home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56118 / 56118.xpi / chrome / skin / classic / ffbccthis / mac / ffbccthisOverlay.css next >
Cascading Style Sheet File  |  2010-02-03  |  462b  |  18 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #bccwebclipper3-button {
  4.     list-style-image: url("chrome://ffbccthis/skin/mac-bccthis-buttons.png");
  5. }
  6.  
  7. .bccwebclipper3-button {
  8.   -moz-image-region: rect(0px, 36px, 23px, 0px);
  9. }
  10.  
  11. .bccwebclipper3-button:hover:active {
  12.   -moz-image-region: rect(46px, 36px, 69px, 0px);
  13. }
  14.  
  15. .bccwebclipper3-button[disabled=true] {
  16.   -moz-image-region: rect(23px, 36px, 46px, 0px);
  17. }
  18.